home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1660 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.xnet.com!kd9fb
  2. From: kd9fb@flood.xnet.com (Peter Mikalajunas)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: help encryption program
  5. Date: 16 Jan 1996 03:02:41 GMT
  6. Organization: XNet - A Full Service Internet Provider - (708) 983-6064
  7. Message-ID: <4df4gh$66q@flood.xnet.com>
  8. References: <4dbb0o$dbm@jaring.my>
  9. NNTP-Posting-Host: cyclone.xnet.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. meimei@pl.jaring.my wrote:
  13. : Requirement :
  14. : ==========
  15.  
  16. : A encryption scheme is to interchange letters of the alphabet on a
  17. : one-to-one basis. This can be accomplished with a transalation table
  18. : for the 52 lowercase and uppercase letters.
  19.  
  20. : Write a C program that implements such a scheme to encode text. The
  21. : program must also have the option to decode text thst has been
  22. : encoded. The user must select whether he wants to encode or decode the
  23. : text and then type in the appropriate text.
  24.  
  25. : Can anyone solve the above problem ?
  26.  
  27. You can xor each character, it is a standard routine..
  28. If you have a problem with getting your homework to compile,
  29. post a snippet of it here.
  30.  
  31.  
  32. Peter Mikalajunas 
  33. kd9fb@xnet.com
  34. http://www.xnet.com/~kd9fb
  35.  
  36.  
  37.